* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

#container {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.sections, .section {
	height: 100%;
}

#container, .sections {
	position: relative;
}

.section {
	background-color: #000;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	color: white;
}

#section0 {
	background-image: url('/images/web/main_img00.jpg');
	/*background-image: url('/images/web/main_img01.jpg');*/
}

#section1 {
	background-image: url('/images/web/main_img02.jpg');
}

#section2 {
	background-image: url('/images/web/main_img01.jpg');
}

#section3 {
	background-image: url('/images/web/main_img02.jpg');
}